Action

public final class Action extends AsyncCallbackAction<R>

An action providing a response to the OpenFolderCallback.

Constructors

Link copied to clipboard
public void OpenFolderCallback.Action(Consumer<OpenFolder.Response> consumer)

Functions

Link copied to clipboard
public void cancel()
Notifies the browser that the folder chooser dialog should be canceled.
Link copied to clipboard
public final boolean isClosed()
Returns true if this action is closed.
Link copied to clipboard
public void open(Path folderPath)
Notifies the browser that the folder was selected in the dialog.